body {
    color: #333;
  margin: auto;
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
}

 header {
    /* position: fixed; */
    top: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    height: 60px;
    background: #fcffff;

    border-bottom: solid 2px;
    -o-border-image: linear-gradient(to right, #dfc263, #ebc55c, #fcb212, #f79d27, #f58d04);
    border-image: linear-gradient(to right, #dfc263, #ebc55c, #fcb212, #f79d27, #f58d04);
    border-image-slice: 1;
  }

.header-inner {
  display: flex;
  justify-content: left;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-logo img {
    height: 24px;
}


/* sectionいちばんうえのとこ */
.sub_back {
  background-color: #fff1e3;
}

.sub_sec {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  padding: 3%;
}

.plg_titl {
  font-weight: bolder;
  font-size: xx-large;
}

.titl_text {
  font-weight: bolder;
  font-size: smaller;
}
.titl_ber {
  padding: 2%;
}
.border {
  width: 20%;
  padding: 4px;
  margin: auto;
  border-bottom: 4.5px solid #ff9602;
}

.plg_titl_item {
  display: flex;
  justify-content: center;
  margin: 6% 3%;
}
.plg_img {
  width: 450px;
}
.about_plg {
  padding: 3%;
  width: 30%;
}

.free_1 {
  font-size: 20px;
  font-weight: bold;
  color: #b2b2b2;
}

.mou_kochira,
.dw,
.mn {
  text-align: center;
  font-weight: 500;
  padding: 10px 45px;
  line-height: 60px;
  background-color: #ff9602;
  text-decoration: none;
  color: #ffffff;
  border-radius: 35px;
  position: relative;
  bottom: 5px;
}

.par_pri {
  display: flex;
  justify-content: space-evenly;
  font-weight: 700;
  margin: 5% 0;
}

.pri {
  text-align: end;
}
/* section閉じ */

/* 出来ることcan */
.sub_plg_can {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.can_use_titl {
  display: flex;
  justify-content: center;
  margin: 5% 0;
  align-items: center;
}

.pipe {
  background: #ff9602;
      width: 1%;
    margin: 0 3%;
    height: 50px;

}

.sub_plg_can ul {
  font-weight: bold;
  font-size: x-large;
  color: #333;
  font-size: 30px;
}

.use ul {
  font-weight: bold;
  font-size: x-large;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

/* .sub_plg_can ul span {
    margin: 0 1% !important;
    color: #333;
    margin: auto;
    font-weight: bold;
    font-size: x-large;
} */

.can {
  font-size: medium;
  font-weight: bold;
  text-align: justify;
  width: 345px;
  margin: auto;
  margin-bottom: 3%;
}
.pctbok {
  font-size: medium;
  font-weight: bold;
  text-align: end;
  width: 345px;
  margin: auto;
  margin-bottom: 3%;
}

/* can閉じ */

.vid video {
  width: 500px;
  margin: 3% 0;
}

/* 使い方use */
.use {
  text-align: center;
  margin: 5% auto;
  max-width: 1200px;
  width: 100%;
}

.use_item {
  text-align: justify;
  color: #ff9602;
  font-weight: bold;
  margin: auto;
  padding-left: 5%;
  padding-bottom: 3%;
  width: 420px;
}
.use_item span {
  font-size: medium;
  font-weight: bolder;
  color: #333;
}

/* 使い方use閉じ */

.free_kochira {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.att_back {
  background-color: #fff1e3;
}
.att {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.att ul {
  font-size: x-large;
  font-weight: bold;
  color: #333;
  background-color: #fff1e3;
  margin: 3% 5% 0 5%;
  padding: 3%;
}

.att_text {
  text-align: justify;
  margin: 5% auto;
  width: max-content;
  font-size: smaller;
  font-weight: bold;
  color: #333;
}

.upd_back {
  background-color: #fff1e3;
}

.upd {
  text-align: center;
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.upd ul {
  font-size: x-large;
  font-weight: bold;
  color: #333;
  background-color: #fff1e3;
  margin: 0 5%;
  padding: 3%;
}
.upd_text {
  text-align: justify;
  margin: 5% auto;
  width: max-content;
  font-size: smaller;
  font-weight: bold;
  color: #333;
}

.dw_mn_sub {
  display: block;
  text-align: center;
  margin: 3% auto;
  max-width: 1200px;
  width: 100%;
  display: block;
}

.toi {
  padding: 5%;
  background-color: #fff1e3;
}
footer {
    padding: 10px 0;
    background: #001867;
    color: #fff;
    text-align: center;
}


@media screen and (max-width: 1024px) {
 
  .free_1 {
    font-size: 16px;
  }

  .mou_kochira {
    font-size: 16px;
    padding: 10px 25px;
  }

  .plg_img {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .free_1 {
    font-size: 13px;
  }

  .mou_kochira {
    font-size: 14px;
    padding: 10px 25px;
  }

  .plg_img {
    width: 300px;
  }
  .att_text{
    font-size: xx-small;
  }
}

@media screen and (max-width: 650px) {
  .plg_titl_item {
    display: block;
    margin: 6% 3%;
  }
  
  .about_plg {
    margin: auto;
    padding: 3%;
    width: 50%;
  }
  .plg_titl {
    font-weight: bolder;
    font-size: x-large;
  }
  .titl_text {
    font-weight: bolder;
    font-size: small;
  }
  .free_1 {
    font-size: 16px;
  }
  .mou_kochira {
    font-size: 16px;
    padding: 10px 30px;
  }

.pipe {
    height: 40px;
}

  .sub_plg_can {
    margin: 10% auto;
  }
  .plg_img {
    margin: 3% 0;
  }
  .par_pri {
    font-size: small;
  }
  .can_use_titl {
    margin: 7% 0;
  }
  .sub_plg_can ul {
    font-size: 20px;
  }
  .can {
    font-size: small;
  }
  .pctbok {
    font-size: small;
  }
  .vid video {
    width: 300px;
    margin: 5% 0;
  }
  .use {
    margin: 10% auto;
  }
  .use ul {
    font-size: 20px;
  }
  .use_item span {
    font-size: small;
  }
  .use_item {
    width: 300px;
  }
  .att ul {
    font-size: large;
    margin: 10% 5% 0 5%;
  }
  .att_text {
    font-size: 8px;
    width: 60%;
  }
  .upd_text {
    font-size: 9px;
  }
  .upd ul {
    font-size: large;
    margin: 10% 5% 0 5%;
  }
}

/* モバイル版 480px*/
@media screen and (max-width: 480px) {
  .plg_titl_item {
    display: block;
    margin: 6% 3%;
  }
  .about_plg {
    margin: auto;
    padding: 3%;
    width: 50%;
  }
  .plg_titl {
    font-weight: bolder;
    font-size: large;
  }
  .border {
    padding: 3px;
  }
  .titl_text {
    font-weight: bolder;
    font-size: 7px;
  }
  .about_plg {
    width: 100%;
  }

  .free_kochira {
    position: relative;
  }
  .free_1 {
    font-size: 12px;
  }
  .mou_kochira {
    font-size: 10px;
    padding: 5px 23px;
    position: relative;
    top: -12px;
  }

.pipe {
    height: 20px;
}

  .sub_plg_can {
    margin: 10% auto;
  }
  .plg_img {
    width: 170px;
    margin: 3% 0;
  }
  .par_pri {
    font-size: x-small;
  }
  .can_use_titl {
    margin: 7% 0;
  }
  .sub_plg_can ul {
    font-size: 10px;
  }
  .can {
    width: 180px;
        font-size: 9px;
  }
  .pctbok {
    font-size: 9px;
    width: 180px;
  }
  .vid video {
    width: 180px;
    margin: 5% 0;
  }
  .use {
    margin: 10% auto;
  }
  .use ul {
    font-size: 10px;
  }
  .use_item span {
    font-size: 9px;
  }
  .use_item {
    width: 200px;
    line-height: 10px;
  }
  .att ul {
    font-size: large;
    margin: 10% 5% 0 5%;
  }
  .att_text {
            font-size: 7px;
        width: 50%;
        margin: 5% auto;
  }
  .upd_text {
    font-size: 7px;
  }
  .upd ul {
    font-size: large;
    margin: 20% 5% 0 5%;
  }

.dw_mn_sub{
    position: relative;
}
  .dw , .mn{
    font-size: 10px;
        padding: 7px 25px;
  }
  .mn{
        position: relative;
    top: -20px;
  }
  .toi {
    padding: 10%;
margin-top: 35px;
}
}
